@font-face{
  font-family:'elementskit';
  src: url('./webfonts/elementskit.woff2') format('woff2'),
       url('./webfonts/elementskit.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* safety: ensure icon elements actually use the font */
.icon, .icon:before, .elementskit-icon, .elementor-icon i{
  font-family:'elementskit' !important;
}
